home *** CD-ROM | disk | FTP | other *** search
- size 18 26 ! box (uncomment box for measuring with ruler) STACK4B.GLE
- set font ss
- amove 1 19
- begin graph
- size 10 5
- data TEST.DAT
- title "Top graph, stack4b.gle" hei .5 dist 1
- fullsize
- xaxis min -1 max 6 dticks 1 hei .3 nofirst nolast
- yaxis min 0 max 20 hei .3 dticks 5
- x2labels on
- d1 marker wsquare msize .4 lstyle 1
- d2 marker dot msize 1 lstyle 2
- fill x1,d1 color grid4 xmax 3
- fill x1,d1 color grey20 xmin 3
- end graph
-
- rmove 0 -5
- begin graph
- size 10 5
- data TEST.DAT
- fullsize
- xaxis min -1 max 6 dticks 1 hei .3 nofirst nolast
- yaxis min 0 max 20 hei .3 dticks 5 nolast
- bar d1,d2 width .2 dist .2 fill grey10,grid3 color black,black
- end graph
-
- rmove 0 -5
- begin graph
- data TEST.DAT
- fullsize
- size 10 5
- xaxis min -1 max 6 dticks 1 hei .3 nofirst nolast
- yaxis min 0 max 20 hei .3 dticks 5 nolast
- xlabels off
- y2labels on
- d1 marker dot lstyle 2 err 10%
- d2 marker dot lstyle 1 err 10%
- end graph
-
- rmove 0 -5
- begin graph
- data TEST.DAT
- title "Bottom graph" hei .4 dist 0.0
- fullsize
- size 10 5
- xaxis min -1 max 6 dticks 1 hei .3 nofirst nolast grid
- yaxis min 0 max 20 hei .3 dticks 5 nolast grid
- xticks lstyle 2 lwidth 0.0001 ! sets the grid line style
- yticks lstyle 2 lwidth 0.0001
- d1 marker wsquare msize .4 lstyle 2 key "Age"
- key hei .5
- d2 marker dot msize 1 lstyle 1 key "Width"
- end graph
-